home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 58519 / 58519.xpi / chrome / nasatabs.jar / skin / shownoia.css < prev    next >
Cascading Style Sheet File  |  2010-01-11  |  708b  |  31 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2. .tabbrowser-tab:not([selected="true"]):not([busy]) .tab-icon-image {
  3.     display: none !important;
  4. }
  5. .tabbrowser-tab:not([selected="true"]):hover .tab-icon-image {
  6.     display: -moz-box !important;
  7. }
  8. .tabbrowser-tab:not([selected="true"]):not([busy]) .tab-text {
  9.     margin-left: 12px !important;
  10. }
  11. .tabbrowser-tab:not([selected="true"]):hover .tab-text {
  12.     margin-left: 0 !important;
  13. }
  14. .tabbrowser-tab:not([selected="true"]):not([busy]):not(:hover) > .tab-middle {
  15.     margin-right: -8px !important;
  16. }
  17. .tabbrowser-tab:not([selected="true"])  progressmeter.tab-progress {
  18.       margin: 0 !important;
  19. }
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.